home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / HUGHES / SLIPDRIV / ChangeLog < prev    next >
Text File  |  1996-10-29  |  3KB  |  158 lines

  1. Version 2.04
  2.  
  3.   * Compress.c
  4.     Fix problems with macros and multiple evaluation of side effects.
  5.  
  6. Version 2.03
  7.  
  8.   * DCI.c
  9.     Modified for new style callback library.
  10.  
  11.   * *
  12.     Now built using Makatic with a MemCheck build as well as the normal
  13.     and debug builds.
  14.  
  15. Version 2.02
  16.  
  17.   * Modified module header to allow for longer argument lists that
  18.     can occurr if lots of options are selected at once.
  19.  
  20. Version 2.01
  21.  
  22.   * Serial.s
  23.     Tweaks for StrongARM compatability. Hopefully it will work now...
  24.  
  25.   * Command.c
  26.     Switch to set the MTU should be [+|-]m not [+|-]mtu...
  27.  
  28.   * DCI.[ch]
  29.     Keep the unit table as an array of pointers so that the dib's
  30.     stay in the same place when we resize the table.
  31.  
  32.   * Header.cmhg
  33.     Changed version to 2.01.
  34.  
  35. Version 2.00
  36.  
  37.   * Header.cmhg
  38.   * SLIPdriver.c
  39.   * Command.[ch]
  40.     Add an sldetach command to delete an interface unit.
  41.  
  42.   * Header.cmhg
  43.   * Command.[ch]
  44.   * DCI.[ch]
  45.     Add support for setting the MTU on a per interface basis as part
  46.     of the slattach command.
  47.  
  48.   * Messages
  49.   * Header.cmhg
  50.   * SLIPdriver.[ch]
  51.   * Error.[sh]
  52.   * DCI.[ch]
  53.   * SLIP.[ch]
  54.     Move to DCI-4 style interface to protocol stacks.
  55.  
  56.   * Header.cmhg
  57.     Changed version to 2.00.
  58.  
  59. Version 1.00
  60.   
  61.   * DCI.c
  62.     Don't try and free the compression status table on exit if it
  63.     hasn't been allocated.
  64.  
  65.   * Header.cmhg
  66.     Changed version to 1.00.
  67.  
  68. Version 0.16
  69.  
  70.   * DCI.c
  71.     Correct minor bug in the way illegal serial speeds are handled.
  72.  
  73.   * SLIPdriver.c
  74.     Remove serial buffering functionality as it doesn't work (and
  75.     can't work as part of the SLIP driver).
  76.  
  77.   * DCI.c
  78.     If the user supplied serial speed is zero, don't try and set the
  79.     speed at all.
  80.  
  81.   * Header.cmhg
  82.     Changed version to 0.16.
  83.  
  84. Version 0.15
  85.  
  86.   * SLIPdriver.c
  87.     Only respond to a search for a network driver if we are not currently
  88.     linked to a protocol.
  89.  
  90.   * Header.cmhg
  91.     Set the GSTrans bits for all the *commands so that people can use
  92.     variables as parameters.
  93.  
  94.   * SLIPdriver.c
  95.   * Header.cmhg
  96.     Added code to install larger serial buffers if they are requested
  97.     on the command line when start the driver.
  98.  
  99.   * Header.cmhg
  100.     Changed version to 0.15.
  101.  
  102. Version 0.14
  103.  
  104.   * SLIPdriver.[cs]
  105.     Modified the TickerV entry point to reduce the amount of time that
  106.     interrupts are disabled for.
  107.  
  108.   * Header.cmhg
  109.     Changed version to 0.14.
  110.  
  111. Version 0.13
  112.  
  113.   * Serial.[hs]
  114.   * DCI.c
  115.     Use block reads instead of reading each byte individually.
  116.  
  117.   * Serial.s
  118.     Allocate the driver block using mem_alloc so that freeing it with
  119.     mem_free works...
  120.  
  121.   * DCI.[ch]
  122.   * SLIPdriver.c
  123.   * Header.cmhg
  124.     Hook onto TickerV and use that to poll the serial device(s) rather
  125.     than setting OS_CallAfter timers.
  126.  
  127.   * Header.cmhg
  128.     Changed version to 0.13.
  129.  
  130. Version 0.12
  131.  
  132.   * Command.c
  133.     Decode extra slattach arguments to control compression and flow
  134.     control.
  135.  
  136.   * Compress.[ch]
  137.   * DCI.[ch]
  138.     Handle compression and decompression of SLIP frames.
  139.  
  140.   * Header.cmhg
  141.     Changed version to 0.12 and added extra switches to slattach syntax.
  142.  
  143. Version 0.11
  144.  
  145.   * Header.cmhg
  146.     Changed version to 0.11.
  147.  
  148.   * SLIPdriver.c
  149.     Release all memory on exit.
  150.  
  151. Version 0.10
  152.  
  153.   * Header.cmhg
  154.     Changed version to 0.10 for first properly numbered version.
  155.  
  156.   * DCI.c
  157.     Use the new style generic queue code.
  158.